STEP 4: We need to make the sprite smaller!

  • Go to and drag out Set Size.
  • Change the name in front of the .set_size() command from sprite to emma.

We are using dot notation to change Emma's size. Dot Notation means changing the name before a command in order to assign it to a specific sprite.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("schoolentrance") stage.wait(2) stage.create_grid_overlay(50, "blue") stage.set_background_color("azure") emma = codesters.Sprite("person1")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)